Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rxvt-style mappings for F1 to F4 #86

Closed
wants to merge 1 commit into from

Conversation

blueyed
Copy link

@blueyed blueyed commented Feb 1, 2016

From infocmp (TERM=rxvt-unicode-256color):

… kf1=\E[11~,
kf10=\E[21~,_ kf11=\E[23~, kf12=\E[24~, kf13=\E[25~,
kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~,
kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~,
kf3=\E[13~, kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~,
kf8=\E[19~, kf9=\E[20

Are there plans to use the terminal's terminfo to setup the mappings?

@thomasballinger
Copy link
Member

I don't know why this isn't merged, seems good.

@blueyed I'm not planning on this; instead, I'd like to move to Blessed (see https://github.com/thomasballinger/curtsies/issues/82) which does do this. I agree with you that building our own terminfo isn't a great idea :)

@thomasballinger
Copy link
Member

Looks like these were already added to fix bpython/bpython#626

Thanks for the fix! It was definitely necessary at the time.

@blueyed blueyed deleted the add-rxvt-f1-to-f4 branch July 1, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants